Error uploading Backup

Well, I was messing around with my databases and accidently deleted the wrong one. I deleted the database for my main forum. I have backups going all the way back to November. I used phpMyAdmin, through my host, to import the backup for August 8th. After waiting for some time, I got this error message:
What should I do to fix this? I'm using MySQL version 4.0.27-standard
Error
SQL query:
--
-- Table structure for table `phpbb_force_read_users`
--
CREATE TABLE phpbb_force_read_users(
user varchar( 255 ) NOT NULL default '',
READ int( 1 ) NOT NULL default '0',
time int( 10 ) NOT NULL default '0'
) TYPE = MYISAM ;
MySQL said: Documentation
#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'read int(1) NOT NULL default '0',
time int(10) NOT NULL defau
What should I do to fix this? I'm using MySQL version 4.0.27-standard