I modified the code a bit to get it working:
CREATE TABLE conf_eval (unique_identifier INT(5) NOT NULL PRIMARY KEY AUTO_INCREMENT,
Identity_1 CHAR(12),
First_conference CHAR(3),
Compared_to_previous CHAR(14),
Compared_to_previous_comments TEXT,
Overall_rating CHAR(14)...