Lazarus failing to run after the installation of a sql-package (IB/FB, mySQL, SQLite) usually means you have not installed the database. So you installed SQLite package for Lazarus, but you also install SQLite? I expect SQLite not to be one of the standard package installed with SuSE.
So if you want to use Lazarus with SQLite, install SQLite. If not go to the Lazarus dir (propably /usr/share/lazarus) do a make and then start Lazarus again. Via Component -> View Package Graph uninstall the SQLite package and 'build' Lazarus again.