I had this problem too, not Xamarin but what fixed it is: Install-Package System.Data.SQLite.Core -Version 1.0.107
maybe UnInstall-Package System.Data.SQLite first.
Looks like compatibility issue with older Windows versions.