After updating to 7.7.5 (from 7.7.3) successfully, I somehow messed up my Forum Display so I decided to go back and reinstall.

I restored my saved Database (from 7.7.3) thru my cpanel, uploaded new files and ran the installer.

When it got to updating the Database I get the following error:

Code
Updating Database To Version 7.7.4
If at any time this step times out you may just refresh this screen and it will continue.
Table 'ubbt_LIKES' already exists

Database Update: Step 6
Creating ubbt_LIKES table...FAILED
SQL Query:	CREATE TABLE ubbt_LIKES ( TYPE char(1) NOT NULL, POST_ID int(11) NOT NULL DEFAULT '0', POSTER_ID int(11) DEFAULT '0', TOPIC_ID int(11) NOT NULL DEFAULT '0', USER_ID int(11) NOT NULL DEFAULT '0', TIMESTAMP int(11) NOT NULL ) ENGINE=MyISAM
Reason for failure:	
Upgrade Step:	/install/upgrade.php?step=altertable

Should I drop that Table and try again?