Code
CREATE TABLE IF NOT EXISTS `ubbt_ADMIN_LOG` (
  `LOG_DATE` int(9) unsigned NOT NULL,
  `USER_ID` int(9) unsigned NOT NULL,
  `LOG_IP` varchar(15) default NULL,
  `LOG_ACTION` varchar(50) default NULL,
  `LOG_INFO` text,
  KEY `log_date` (`LOG_DATE`),
  KEY `user_id` (`USER_ID`),
  KEY `log_ip` (`LOG_IP`),
  KEY `log_action` (`LOG_ACTION`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

You should be able to just paste that into the dbcommand setting of the control panel:
CP -> Tools & Info -> Database Tools -> SQL Command


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!