What's wrong with real numbers? Is the continuous logarithm problem "easy" to solve for elliptic curves?
Here's what I believe: elliptic curves over the real numbers have infinitely many points, many of them can't be represented by a computer (either because of floating point precision, or because of memory limitations). The discrete logarithm problem is not harder than the continuous one.
Is it right?
The answer to that appears to be, we don't know. I don't know of any results that say it is easy or hard.
You mention one problem, representation on a computer with finite memory. This will result in rounding error, which is unsuitable for cryptography.
Another issue is speed. Working in the reals on a computer is much slower than working in a finite field. Finite field arithmetic on a computer is very fast.
Another thing to consider.
Let's say instead of working in $E(\mathbb{R})$ we work in $E(\mathbb{Q})$. This should be faster and not have rounding error. However, analyzability suffers in this case. When working over a finite field, we can say things about the order of the resulting group, the order of elements, etc. This all helps in analyzing the cryptosystem because we need all (or most) instances of a problem to be hard to solve, not just some. Analyzability is critical in cryptography these days.