There are $n-k+1$ possible locations for $k$ people occupying adjacent seats, and there are $\binom{n}k$ possible locations for $k$ people, so the probability in the first question is $$\frac{n-k+1}{\binom{n}k}=\frac{(n-k+1)k!(n-k)!}{n!}=\frac{(n-k+1)!k!}{n!}\;,$$ as you say.
In the second question there are still $\binom{n}k$ possible choices of $k$ seats, but there are now $n$ of them that have the $k$ people in adjacent seats, so the probability is
$$\frac{n}{\binom{n}k}=\frac{nk!(n-k)!}{n!}=\frac{k!(n-k)!}{(n-1)!}\;.$$
(I’m assuming that the seats in the circle are individually identifiable, i.e., that seatings that differ by a rotation are still different seatings.)