CREATE TABLE tempANDhum_data( ID INTEGER PRIMARY KEY, temperature NUMERIC NOT NULL, humidity NUMERIC NOT NULL, );
Remove the last comma within the CREATE TABLE command.
CREATE TABLE