Thank you Ian for the command line information, which I am also placing here, just in case somebody else has this type of problem.

Code
create table %%TABLE_PREFIX%%TOPIC_VIEWS (
	TOPIC_ID int(11) unsigned not null,
	index topic_ndx (TOPIC_ID)
)