sqlite3 gives no such table error

I am trying to populate a SQLite database from a csv file on Ubuntu 11.04. I ran the following commands: create table data1 (id integer, city text, bank text, address text); .separator "," .import