I have the following SQL in a file, user.sql:
CREATE TABLE user ( user_id INTEGER PRIMARY KEY, username varchar(255), password varchar(255) );
Multiple lines aren't a problem. There might be a platform issue, because I am able to run this example successfully using SQLite3 3.6.22 on OS X 10.5.8.