Dercie,
The pool your trying to mine with uses Stratum. You can't mine it with that program if the pool uses Stratum. I just checked all of the pools listed now only use Stratum so the ScryptMiner GUI isn't going to work. Unless someone opens a Mining Pool that you can use it on.
Do you have integrated graphics on your PC? You could try using them. The only thing is mining will be slow and I know cgminer or BFGminer works using your integrated graphics.
You can download cgminer here
http://ck.kolivas.org/apps/cgminer/I would try using 3.3 at first and see what happens.
Try this for the settings in your cgminer.conf file
Change the Username and Password to yours of course

{
"pools" : [
{
"url" : "http://gld.minepool.net:3333",
"user" : "USERNAME",
"pass" : "PASSWORD"
}
]
,
"intensity" : "10",
"vectors" : "1",
"worksize" : "128",
"kernel" : "scrypt",
"lookup-gap" : "2",
"thread-concurrency" : "1028",
"shaders" : "0",
"gpu-engine" : "760",
"gpu-fan" : "0-85",
"gpu-memclock" : "800",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "60",
"temp-overheat" : "57",
"temp-target" : "55",
"api-port" : "4028",
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "1",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "60",
"scrypt" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}